{% extends "base.html" %} {% block title %}Dashboard{% endblock %} {% block content %}
Total Students

{{ total_students }}

Present Today ({{ today }})

{{ present_count }}

Absent Today ({{ today }})

{{ absent_count }}

Present vs Absent Comparison ({{ today }})
{% endblock %}